home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 CISC / NextSTEP 3.3 CISC (Intel x86+Motorola 68k).iso / private / Drivers / i386 / PS2Keyboard.config / French.lproj / Inspector.nib / data.classes next >
Text File  |  1994-09-23  |  874b  |  60 lines

  1. IODeviceInspector = {
  2.     ACTIONS = {
  3.     channelOrInterruptPicked:;
  4.     rangeDidChange:;
  5.     showInfo:;
  6.     };
  7.     OUTLETS = {
  8.     portsBox;
  9.     statusTitle;
  10.     memoryController;
  11.     dmaMatrix;
  12.     memoryBox;
  13.     dmaBox;
  14.     portsController;
  15.     infoPanel;
  16.     accessoryHolder;
  17.     infoButton;
  18.     infoText;
  19.     irqBox;
  20.     irqMatrix;
  21.     inspectionView;
  22.     origWindow;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. PS2KeyboardInspector = {
  32.     ACTIONS = {
  33.     cancelKeyboardSelection:;
  34.     doKeyboardSelection:;
  35.     keyboardSelected:;
  36.     selectKeyboard:;
  37.     };
  38.     OUTLETS = {
  39.     selectText;
  40.     selectButton;
  41.     cancelButton;
  42.     keyboardView;
  43.     keyboardBox;
  44.     keyboardAccessory;
  45.     okButton;
  46.     keyboardPanel;
  47.     keyboardBrowser;
  48.     keyboardName;
  49.     };
  50.     SUPERCLASS = IODeviceInspector;
  51. };
  52. KeyboardView = {
  53.     ACTIONS = {
  54.     };
  55.     OUTLETS = {
  56.     delegate;
  57.     };
  58.     SUPERCLASS = View;
  59. };
  60.